|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectraar.register.RARealPointer
public class RARealPointer
| Constructor Summary | |
|---|---|
RARealPointer(java.lang.String registerLocation,
RARegister register)
|
|
| Method Summary | |
|---|---|
boolean |
canContain(RAAllowed other)
|
double |
dValue()
|
boolean |
equals(RAEqualityComparable r)
|
boolean |
larger(RAFullComparable r)
Returns true if this real is larger than r, given the specific tolerance in the config file. |
boolean |
largerEquals(RAFullComparable r)
Returns true if this real is larger than r or equals, given the specific tolerance in the config file. |
RAAllowed |
makeClone()
|
boolean |
smaller(RAFullComparable r)
Returns true if this real is smaller than r, given the specific tolerance in the config file. |
boolean |
smallerEquals(RAFullComparable r)
Returns true if this real is smaller than r or equals r, given the specific tolerance in the config file. |
java.lang.String |
toString()
|
RADataType |
value()
Vraag de waarde op van de klasse. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RARealPointer(java.lang.String registerLocation,
RARegister register)
| Method Detail |
|---|
public RADataType value()
throws RAException
RAMathObject
value in interface RAAssignablevalue in interface RAMathObjectvalue in interface RAPointerRAException
public double dValue()
throws RAException
RAExceptionpublic java.lang.String toString()
toString in class java.lang.Object
public RAAllowed makeClone()
throws RAException
makeClone in interface RAAllowedRAException
public boolean equals(RAEqualityComparable r)
throws RAException
equals in interface RAEqualityComparableRAException
public boolean larger(RAFullComparable r)
throws RAException
larger in interface RAFullComparabler - Another real bites the dust
RAException
public boolean smaller(RAFullComparable r)
throws RAException
smaller in interface RAFullComparabler - Another real bites the dust
RAException
public boolean largerEquals(RAFullComparable r)
throws RAException
largerEquals in interface RAFullComparabler - Another real bites the dust
RAException
public boolean smallerEquals(RAFullComparable r)
throws RAException
smallerEquals in interface RAFullComparabler - Another real bites the dust
RAExceptionpublic boolean canContain(RAAllowed other)
canContain in interface RAAllowed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||